home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2013 August / PC_Format_082013.iso / pene wersje / website x5 home 10 / wsx5_home.exe / {app} / devtools_resources.pak / Unnamed File 000036.txt < prev    next >
Text File  |  2013-04-18  |  8KB  |  310 lines

  1. /*
  2.  * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
  3.  * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that the following conditions
  7.  * are met:
  8.  *
  9.  * 1.  Redistributions of source code must retain the above copyright
  10.  *     notice, this list of conditions and the following disclaimer.
  11.  * 2.  Redistributions in binary form must reproduce the above copyright
  12.  *     notice, this list of conditions and the following disclaimer in the
  13.  *     documentation and/or other materials provided with the distribution.
  14.  * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
  15.  *     its contributors may be used to endorse or promote products derived
  16.  *     from this software without specific prior written permission.
  17.  *
  18.  * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
  19.  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  20.  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21.  * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
  22.  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  23.  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  24.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  25.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  26.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  27.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28.  */
  29.  
  30. .scripts-pause-on-exceptions-status-bar-item .glyph {
  31.     -webkit-mask-position: -256px 0;
  32. }
  33.  
  34. .scripts-pause-on-exceptions-status-bar-item.toggled-all .glyph {
  35.     background-color: rgb(66, 129, 235);
  36. }
  37.  
  38. .scripts-pause-on-exceptions-status-bar-item.toggled-uncaught .glyph {
  39.     background-color: purple;
  40. }
  41.  
  42. .scripts-toggle-pretty-print-status-bar-item .glyph {
  43.     -webkit-mask-position: -256px -24px;
  44. }
  45.  
  46. .scripts-toggle-pretty-print-status-bar-item.toggled .glyph {
  47.     background-color: rgb(66, 129, 235);
  48. }
  49.  
  50. .evaluate-snippet-status-bar-item .glyph {
  51.     -webkit-mask-position: -64px -48px;
  52. }
  53.  
  54. .evaluate-snippet-status-bar-item.toggled .glyph {
  55.     background-color: rgb(66, 129, 235);
  56. }
  57.  
  58. #scripts-debug-toolbar {
  59.     position: relative;
  60.     margin-top: -1px;
  61.     height: 24px;
  62.     border-bottom: 1px solid rgb(202, 202, 202);
  63. }
  64.  
  65. #scripts-debug-sidebar-contents {
  66.     position: absolute;
  67.     top: 22px;
  68.     bottom: 0;
  69.     left: 0;
  70.     right: 0;
  71.     overflow: auto;
  72. }
  73.  
  74. #scripts-editor-toolbar {
  75.     position: relative;
  76.     margin-top: -1px;
  77.     height: 24px;
  78. }
  79.  
  80. #scripts-files {
  81.     max-width: 250px;
  82. }
  83.  
  84. #scripts-files option.extension-script {
  85.     color: rgb(70, 134, 240);
  86. }
  87.  
  88. #scripts-functions {
  89.     max-width: 150px;
  90. }
  91.  
  92. #scripts-status-bar .status-bar-item img {
  93.     margin-top: 2px;
  94. }
  95.  
  96. #scripts-pause img {
  97.     content: url(Images/debuggerPause.png);
  98. }
  99.  
  100. #scripts-pause.paused img {
  101.     content: url(Images/debuggerContinue.png);
  102. }
  103.  
  104. #scripts-step-over img {
  105.     content: url(Images/debuggerStepOver.png);
  106. }
  107.  
  108. #scripts-step-into img {
  109.     content: url(Images/debuggerStepInto.png);
  110. }
  111.  
  112. #scripts-step-out img {
  113.     content: url(Images/debuggerStepOut.png);
  114. }
  115.  
  116. .toggle-breakpoints .glyph {
  117.     -webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
  118.     -webkit-mask-position: -32px 0;
  119.     -webkit-mask-size: 320px 72px;
  120.     background-color: rgb(96, 96, 96) !important;
  121. }
  122.  
  123. @media (-webkit-min-device-pixel-ratio: 1.5) {
  124. .toggle-breakpoints .glyph {
  125.     -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);        
  126. }
  127. }
  128.  
  129. .toggle-breakpoints.toggled-on .glyph {
  130.     -webkit-mask-position: 0 -24px;
  131. }
  132.  
  133. #scripts-debugger-status {
  134.     position: absolute;
  135.     line-height: 24px;
  136.     top: 0;
  137.     right: 8px;
  138. }
  139.  
  140. #scripts-debug-sidebar-resizer-widget {
  141.     position: absolute;
  142.     top: 0;
  143.     height: 23px;
  144.     right: 0;
  145.     width: 16px;
  146.     cursor: ew-resize;
  147.     background-image: url(Images/statusbarResizerHorizontal.png);
  148.     background-repeat: no-repeat;
  149.     background-position: center;
  150.     z-index: 13;
  151. }
  152.  
  153. .scripts-navigator-resizer-widget {
  154.     position: absolute;
  155.     top: 0;
  156.     right: 0;
  157.     height: 24px;
  158.     width: 16px;
  159.     cursor: ew-resize;
  160.     background-image: url(Images/statusbarResizerHorizontal.png);
  161.     background-repeat: no-repeat;
  162.     background-position: center;
  163. }
  164.  
  165. .status-bar-item.scripts-navigator-show-hide-button > .glyph {
  166.     background-color: rgba(0, 0, 0, 0.5);
  167.     -webkit-mask-image: url(Images/navigatorShowHideButton.png);
  168.     -webkit-mask-position: 0 0;
  169.     -webkit-mask-size: 48px 32px;
  170. }
  171.  
  172. .status-bar-item.scripts-navigator-show-hide-button.toggled-pinned > .glyph {
  173.     -webkit-mask-position: -16px 0;
  174. }
  175.  
  176. .status-bar-item.scripts-navigator-show-hide-button.toggled-overlay > .glyph {
  177.     -webkit-mask-position: -32px 0;
  178. }
  179.  
  180. button.status-bar-item.scripts-navigator-show-hide-button {
  181.     position: absolute;
  182.     top: 0;
  183.     left: 0;
  184.     background-image: none;
  185.     height: 16px;
  186.     width: 16px;
  187.     margin: 4px 2px 2px 2px;
  188.     border: none;
  189. }
  190.  
  191. button.status-bar-item.scripts-navigator-show-hide-button:active {
  192.     top: 1px;
  193.     left: 1px;
  194. }
  195.  
  196. button.status-bar-item.scripts-navigator-show-hide-button.toggled-overlay
  197. {
  198.     left: auto;
  199.     right: 15px;
  200. }
  201.  
  202. .scripts-views-container {
  203.     position: absolute;
  204.     top: 23px;
  205.     right: 0;
  206.     bottom: 0;
  207.     left: 0;
  208. }
  209.  
  210. .script-view {
  211.     display: none;
  212.     overflow: hidden;
  213.     position: absolute;
  214.     top: 0;
  215.     right: 0;
  216.     bottom: 0;
  217.     left: 0;
  218. }
  219.  
  220. .script-view.visible {
  221.     display: block;
  222. }
  223.  
  224. .dedicated-worker-item {
  225.     margin: 5px 0px 5px 1px;
  226. }
  227.  
  228. #shared-workers-list {
  229.     margin: 5px 0px 5px 20px;
  230.     font-style:italic;
  231. }
  232.  
  233. #pause-workers-checkbox > input {
  234.     position: relative;
  235.     top: 2px;
  236. }
  237.  
  238. #scripts-editor-container-tabbed-pane .tabbed-pane-header {
  239.     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#E5E5E5));
  240. }
  241.  
  242. #scripts-editor-container-tabbed-pane .tabbed-pane-header-contents {
  243.     margin-left: 20px;
  244.     margin-right: 36px;
  245. }
  246.  
  247. #scripts-editor-container-tabbed-pane .tabbed-pane-header-tab {
  248.     border-bottom: 1px solid #BBB;
  249. }
  250.  
  251. .function-location-link {
  252.     float: right;
  253.     margin-left: 10px;
  254. }
  255.  
  256. .function-popover-title {
  257.     border-bottom: 1px solid #AAA;
  258.     margin-bottom: 3px;
  259.     padding-bottom: 2px;
  260. }
  261.  
  262. .function-popover-title .function-name {
  263.     font-weight: bold;
  264. }
  265.  
  266. button.status-bar-item.scripts-debugger-show-hide-button {
  267.     position: absolute;
  268.     top: 0;
  269.     background-image: none;
  270.     height: 16px;
  271.     width: 16px;
  272.     margin: 4px 2px 2px 2px;
  273.     border: none;
  274. }
  275.  
  276. button.status-bar-item.scripts-debugger-show-hide-button:active {
  277.     top: 1px;
  278. }
  279.  
  280. .status-bar-item.scripts-debugger-show-hide-button > .glyph {
  281.     background-color: rgba(0, 0, 0, 0.5);
  282.     -webkit-mask-image: url(Images/navigatorShowHideButton.png);
  283.     -webkit-mask-position: 0 0;
  284.     -webkit-mask-size: 48px 32px;
  285. }
  286.  
  287. button.status-bar-item.scripts-debugger-show-hide-button.toggled-shown {
  288.     right: 16px;
  289. }
  290.  
  291. button.status-bar-item.scripts-debugger-show-hide-button.toggled-shown:active {
  292.     right: 15px;
  293. }
  294.  
  295. .status-bar-item.scripts-debugger-show-hide-button.toggled-shown > .glyph {
  296.     -webkit-mask-position: 0 -16px;
  297. }
  298.  
  299. button.status-bar-item.scripts-debugger-show-hide-button.toggled-hidden {
  300.     right: 1px;
  301. }
  302.  
  303. button.status-bar-item.scripts-debugger-show-hide-button.toggled-hidden:active {
  304.     right: 0px;
  305. }
  306.  
  307. .status-bar-item.scripts-debugger-show-hide-button.toggled-hidden > .glyph {
  308.     -webkit-mask-position: -16px -16px;
  309. }
  310.